home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sun Solutions 1997 April to September
/
Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso
/
products
/
XMedia
/
bill-web-acc.cgi
< prev
next >
Wrap
Text File
|
1997-02-26
|
308b
|
11 lines
#!/disk1/www/docs/cgi-bin/perl5
print "Content-type: text/html\n\n";
$form = <STDIN>;
@pair = split(/&/, $form);
print "<TITLE>Thanks for your feedback</TITLE>\n";
print "<h1 align=center>Thanks Your</h1>\n";
print "Thanks for your interest and taking time to give us your comments";
print "<hr>";
exit(0);